runtime.gcWork.tryGetSpanFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1323: 			if s = gcw.tryGetSpanFast(); s == 0 {
		mgcmark.go#L1423: 			if s = gcw.tryGetSpanFast(); s == 0 {
		mgcmark_greenteagc.go#L317: func (w *gcWork) tryGetSpanFast() objptr {